home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / appsrcs.zip / APPBAR.ZIP / CURRENT.STS < prev    next >
INI File  |  1993-06-10  |  5KB  |  98 lines

  1. [shared-]
  2.     version=2
  3.     pmark="D:\WINDEV\APPBAR\APPBAR.c" 114 1
  4.     project="D:\WINDEV\APPBAR\APPBAR.MAK"
  5. [edit-]
  6.     srch=SaveButton
  7.     fSrchRe=0
  8.     rpl="appbar.ini"
  9.     src=IniFile
  10.     fRplRe=21248
  11.     file="D:\WINDEV\APPBAR\APPBAR.c" 100 1 114 1
  12.     file="D:\sdk\include\shellapi.h" 1 1 12 41
  13.     file="D:\WINDEV\APPBAR\APPDROP.C" 48 1 55 49
  14.     file="D:\WINDEV\APPPLAY\APPPLAY.C" 38 1 38 1
  15.     file="D:\WINDEV\APPDLL\APPlib.c" 31 1 34 45
  16.     file="D:\WINDEV\APPBAR\APPTOOLS.C" 179 1 199 1
  17.     file="D:\WINDEV\APPSETUP\APPSETUP.H" 148 1 158 27
  18.     file="D:\WINDEV\APPDLL\APPLIB.H" 45 1 59 27
  19. [pwb]
  20.     screen=25 80
  21.     winstyle=7
  22.     wnd=C 2 1 24 80
  23. [build]
  24.     build: macro DEBUG "0"
  25.     build: macro PWBRMAKE "pwbrmake"
  26.     build: macro NMAKEBSC1 "set"
  27.     build: macro NMAKEBSC2 "nmake"
  28.     build: macro LINKER "link"
  29.     build: macro ILINK "ilink"
  30.     build: macro LRF "echo > NUL"
  31.     build: macro BIND "bind"
  32.     build: macro RC "rc"
  33.     build: macro IMPLIB "implib"
  34.     build: macro LFLAGS_G " /NOI  /BATCH"
  35.     build: macro LFLAGS_D "/CO /INC /FAR /PACKC"
  36.     build: macro LFLAGS_R " /F /PACKC"
  37.     build: macro MAPFILE_D "NUL"
  38.     build: macro MAPFILE_R "NUL"
  39.     build: macro CC "cl"
  40.     build: macro CFLAGS_G "/AM /W2 /BATCH"
  41.     build: macro CFLAGS_D "/qc /Gi$(PROJ).mdt /Zr /Zi /Od"
  42.     build: macro CFLAGS_R "/Ot /Ol /Og /Oe /Oi /FPc /Gs"
  43.     build: macro LLIBS_R " /NOD:MLIBCE MLIBCER"
  44.     build: macro LLIBS_D " /NOD:MLIBCE MLIBCER"
  45.     build: macro ASM "masm"
  46.     build: macro AFLAGS_G "/Mx /T"
  47.     build: macro AFLAGS_D "/Zi"
  48.     build: macro AFLAGS_R ""
  49.     build: macro LLIBS_G ""
  50.     build: all $(PROJ).exe
  51.     build: target $(PROJ).bsc pwbrmake
  52.     build: target $(PROJ).exe lrf link
  53.     build: inference .c.sbr cc_c_sbr
  54.     build: inference .c.obj cc_c_obj
  55.     build: inference .asm.obj asm_asm_obj
  56.     build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  57.     build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
  58.     build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  59.     build: release command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  60.     build: debug command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  61.     build: release command link "$(LINKER) @$(PROJ).lrf"
  62.     build: debug command link "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  63.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  64.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  65.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  66.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  67.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  68.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  69.     build: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
  70.     build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
  71.     build: include system
  72.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  73.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  74.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  75.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  76.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  77.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  78.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  79.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  80.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  81.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  82.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  83.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  84.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  85.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  86.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  87.     build: message "^LINK [^L]+L[124]"
  88.     build: message "^ILINK : [^L]+L[124]"
  89.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  90.     build: message "^NMAKE : [^U]+U[124]"
  91.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  92.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  93.     build: message "^[^C]+C[124][0-9]+: "
  94.     build: message "^[^D]+D[124][0-9]+ : "
  95.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  96.     build: message "^pwbrmake: [^U]+U[124]"
  97.     build: message "^BIND : [^U]+U[124]"
  98.